home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / netbios / net21e / net21e.doc next >
Text File  |  1996-07-10  |  5KB  |  101 lines

  1.                    Everex NetBIOS v2.x Upgrade
  2.  
  3. Everex NetBIOS v2.x differs from previous versions in several ways.
  4. This file contains information on the features of the new NetBIOS.
  5. Version 2.x is not compatible with older versions of NetBIOS.  All 
  6. stations on the network must run NetBIOS v2.x to communicate with
  7. each other.  If you have any stations running a previous version, 
  8. you must upgrade to Version 2.x.
  9.  
  10. The command format for NetBIOS v2.x is:
  11.  
  12.    NET21E [/Ixx] [/Mxxxx] [/Ax] [/Nxx] [/Sxx] [/Exxxx] [/K]
  13.  
  14. where
  15.  
  16.    /Ixx   - This option specifies the interrupt signal used by the 
  17.             adapter.
  18.  
  19.             The default is 4.  Valid options are 2, 3, 4, 5, 6, 7,
  20.             9, 10, and 15.
  21.  
  22.    /Mxxxx - This parameter specifies the base memory address used 
  23.             by the adapter.
  24.  
  25.             The default is C800.  Valid options are C000, C800, 
  26.             D000, and D800.
  27.  
  28.    /Ax    - This option specifies the adapter number to which this 
  29.             NetBIOS is configured.  This specification allows 
  30.             installation of multiple Everex cards in one system, 
  31.             when supported by the Network Operating System (NOS). 
  32.             Some NOS allow multiple adapters in one computer (e.g.,
  33.             Artisoft's LANtastic NOS).  Consult your NOS manual for 
  34.             more information on multiple network cards.
  35.  
  36.             The default is 0 (the first card installed).  Valid 
  37.             options are 0, 1, 2, and 3.
  38.  
  39.    /Nxx   - This parameter specifies the maximum number of NCBs 
  40.             supported by this NetBIOS.  NCBs are command blocks used 
  41.             by applications or NOS software to pass commands to NetBIOS.
  42.             Setting the maximum number of NCBs limits the number of 
  43.             commands that an application or NOS can issue to NetBIOS. 
  44.             The program occupies less memory when configured for fewer
  45.             NCBs.
  46.  
  47.             The default is 32.  Valid options are 1 - 32.
  48.  
  49.    /Sxx   - This option specifies the maximum number of sessions 
  50.             supported by this NetBIOS.  Sessions are connections over
  51.             which data can be sent.  Most NOS require that at least 
  52.             one session per user be supported (i.e., the more users 
  53.             supported by the NOS, the more sessions required).  NetBIOS 
  54.             occupies less memory when configured for fewer sessions.
  55.  
  56.             The default is 32.  Valid options are 1 - 32.
  57.  
  58.    /Exxxx - This parameter specifies the Ethernet protocol type to use 
  59.             when transmitting and receiving frames.  It is used by 
  60.             NetBIOS to differentiate its own frames from other protocol 
  61.             frames when several protocols are running on the same network.
  62.             All stations must use the same Ethernet type in order to 
  63.             communicate.  No Ethernet types are needed if the entire 
  64.             network uses only NetBIOS. 
  65.  
  66.             The default is No Ethernet Type.  Valid options are
  67.             0 - FFFF.
  68.  
  69.    /K     - This is a special option used for IBM PC LAN NOS.  If you 
  70.             are running IBM PC LAN with this NetBIOS this switch is
  71.             required.
  72.  
  73.  
  74. Where options are not specified, the default values are used.
  75.  
  76. Examples :
  77.  
  78.    NET21E                ; Loads NetBIOS with default interrupt signal 4,
  79.                          ; base memory address C800, adapter 0 (the first
  80.                          ; adapter installed), 32 sessions, 32 NCBs, and 
  81.                          ; no Ethernet type.
  82.  
  83.  
  84.    NET21E /I3 /MD000     ; Loads NetBIOS for one adapter with interrupt
  85.                          ; signal 4 and base memory address D000.
  86.  
  87.    NET21E /I2 /MC000 /A0 ; Loads NetBIOS for two adapters with the first
  88.    NET21E /I3 /MC800 /A1 ; adapter using interrupt signal 2 and base memory 
  89.                          ; address C000, and the second adapter using 
  90.                          ; interrupt signal 3 and base memory address C800.
  91.  
  92.  
  93.    NET21E /N12 /S12      ; Loads NetBIOS with fewer sessions and NCBs.  
  94.                          ; This lowers the amount of memory required by
  95.                          ; NetBIOS.  This configuration is good for
  96.                          ; workstations since NOS require fewer sessions for 
  97.                          ; workstations.
  98.  
  99.    NET21E /E3875 /K      ; Loads NetBIOS with Ethernet protocol type 3875 and
  100.                          ; running under IBM PC LAN NOS.
  101.